a11y: Remove gtk.h from flowbox includes
authorBenjamin Otte <otte@redhat.com>
Thu, 8 Feb 2018 23:47:58 +0000 (00:47 +0100)
committerBenjamin Otte <otte@redhat.com>
Thu, 8 Feb 2018 23:47:58 +0000 (00:47 +0100)
gtk/a11y/gtkflowboxaccessible.h
gtk/a11y/gtkflowboxchildaccessible.h
gtk/gtkflowbox.c

index f22ea0663b0b2469958bf56fd92f9e2d13f13a89..3447315f50ef8d2f0ea2902aa7e08e6c086c25fa 100644 (file)
@@ -22,7 +22,6 @@
 #error "Only <gtk/gtk-a11y.h> can be included directly."
 #endif
 
-#include <gtk/gtk.h>
 #include <gtk/a11y/gtkcontaineraccessible.h>
 
 G_BEGIN_DECLS
index 5da596a236dbe39d5aaf4630fe84559a35b8c36b..1e11b355c26f9ebf89740af64b4d93fafba3ee33 100644 (file)
@@ -22,7 +22,6 @@
 #error "Only <gtk/gtk-a11y.h> can be included directly."
 #endif
 
-#include <gtk/gtk.h>
 #include <gtk/a11y/gtkcontaineraccessible.h>
 
 G_BEGIN_DECLS
index 8afc448456dd19b10e2c37a4980a827c1b8cf96f..d95aaff98e644ac1a1e6f935a0aa71c24868f4cb 100644 (file)
 #include <config.h>
 
 #include "gtkflowbox.h"
+
+#include "gtkadjustment.h"
+#include "gtkbindings.h"
+#include "gtkcontainerprivate.h"
+#include "gtkcssnodeprivate.h"
+#include "gtkgesturedrag.h"
+#include "gtkgesturemultipress.h"
+#include "gtkintl.h"
+#include "gtkmain.h"
 #include "gtkmarshalers.h"
 #include "gtkprivate.h"
 #include "gtkorientableprivate.h"
-#include "gtkintl.h"
-#include "gtkcssnodeprivate.h"
-#include "gtkwidgetprivate.h"
+#include "gtkrender.h"
+#include "gtksizerequest.h"
+#include "gtksnapshot.h"
 #include "gtkstylecontextprivate.h"
-#include "gtkcontainerprivate.h"
+#include "gtktypebuiltins.h"
+#include "gtkviewport.h"
+#include "gtkwidgetprivate.h"
 
 #include "a11y/gtkflowboxaccessibleprivate.h"
 #include "a11y/gtkflowboxchildaccessible.h"